Downgrade adb-logcat unexpected shutdown event from error to warning
Reviewed By: mweststrate Differential Revision: D44089920 fbshipit-source-id: 6d258e507e80b2c9f2ac08f743cdb9fe49b702f2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fa2ea39405
commit
a4fcd68c19
@@ -63,7 +63,7 @@ export class AndroidLogListener extends DeviceListener {
|
|||||||
.on('end', () => {
|
.on('end', () => {
|
||||||
if (!gracefulShutdown) {
|
if (!gracefulShutdown) {
|
||||||
// logs didn't stop gracefully
|
// logs didn't stop gracefully
|
||||||
console.error('Unexpected shutdown of adb logcat');
|
console.warn('Unexpected shutdown of adb logcat');
|
||||||
this._state.set(
|
this._state.set(
|
||||||
'fatal',
|
'fatal',
|
||||||
lastKnownError ?? new Error('Unexpected shutdown of adb logcat'),
|
lastKnownError ?? new Error('Unexpected shutdown of adb logcat'),
|
||||||
|
|||||||
Reference in New Issue
Block a user