blob: 97651ff4ca49d58da6e029cc423a97c09bf024ce (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | <llsd>
    <map>
    <key>CrashSubmitBehavior</key>
        <map>
        <key>Comment</key>
            <string>Controls behavior when viewer crashes (0 = ask before sending crash report, 1 = always send crash report, 2 = never send crash report)</string>
		<key>Persist</key>
		    <integer>1</integer>
        <key>Type</key>
            <string>S32</string>
        <key>Value</key>
            <integer>1</integer>
        </map>
    </map>
</llsd>
 |