Loading core/java/android/app/ActivityThread.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -3690,8 +3690,8 @@ public final class ActivityThread { activity.token, state, persistentState, description); activity.token, state, persistentState, description); } catch (RemoteException ex) { } catch (RemoteException ex) { if (ex instanceof TransactionTooLargeException if (ex instanceof TransactionTooLargeException && "com.google.android.gms".equals(activity.packageInfo.getPackageName())) { && activity.packageInfo.getTargetSdkVersion() < Build.VERSION_CODES.N) { Log.d(TAG, "STAHP SENDING SO MUCH DATA KTHX: " + ex); Log.e(TAG, "App tried sending too much data in instance state", ex); return; return; } } Loading Loading
core/java/android/app/ActivityThread.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -3690,8 +3690,8 @@ public final class ActivityThread { activity.token, state, persistentState, description); activity.token, state, persistentState, description); } catch (RemoteException ex) { } catch (RemoteException ex) { if (ex instanceof TransactionTooLargeException if (ex instanceof TransactionTooLargeException && "com.google.android.gms".equals(activity.packageInfo.getPackageName())) { && activity.packageInfo.getTargetSdkVersion() < Build.VERSION_CODES.N) { Log.d(TAG, "STAHP SENDING SO MUCH DATA KTHX: " + ex); Log.e(TAG, "App tried sending too much data in instance state", ex); return; return; } } Loading