mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Bug 847856 - Only send logcat data when the user selects the URL checkbox. r=mfinkle
This commit is contained in:
parent
b902ea7d4f
commit
f7cdb2b330
@ -304,7 +304,7 @@ public class CrashReporter extends Activity
|
||||
}
|
||||
}
|
||||
sendPart(os, boundary, "Android_Version", Build.VERSION.SDK_INT + " (" + Build.VERSION.CODENAME + ")");
|
||||
if (Build.VERSION.SDK_INT >= 16) {
|
||||
if (Build.VERSION.SDK_INT >= 16 && includeURLCheckbox.isChecked()) {
|
||||
sendPart(os, boundary, "Android_Logcat", readLogcat());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user