Just trigger for fatal logs and error logs with tag AndroidRuntime
Summary: This diff updates the check which triggers crash notifications. We got a user feedback that crash reporter used to report non fatal crash too and it used to annoy users with bombardment of crash notifications. Reviewed By: passy Differential Revision: D13878272 fbshipit-source-id: 75446f08f806e8f28a6f68953c0a001fd18a7dc0
This commit is contained in:
committed by
Facebook Github Bot
parent
500007ccca
commit
f12226ac00
@@ -31,7 +31,7 @@ export {
|
||||
DeviceLogEntry,
|
||||
LogLevel,
|
||||
} from './devices/BaseDevice.js';
|
||||
export {shouldParseAndroidLog} from './fb-stubs/crashReporterUtility.js';
|
||||
export {shouldParseAndroidLog} from './utils/crashReporterUtility.js';
|
||||
export {createTablePlugin} from './createTablePlugin.js';
|
||||
export {default as DetailSidebar} from './chrome/DetailSidebar.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user