This commit is contained in:
wangcongtao
2020-07-23 17:17:31 +08:00
parent fd72161711
commit 5f2df28a46
3 changed files with 6 additions and 21 deletions

View File

@@ -134,6 +134,11 @@ public class MogoApplication extends AbsMogoApplication {
@Override
public void onError( int code, String msg ) {
Logger.w( TAG, "code = %s, msg = %s", code, msg );
if ( !TextUtils.isEmpty( Utils.getSn() ) ) {
if ( after != null ) {
after.run();
}
}
}
} );
}