Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f12c4fac authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Automerger Merge Worker
Browse files

Merge "Improve "Lost network stack" error message" am: 73a065a4 am:...

Merge "Improve "Lost network stack" error message" am: 73a065a4 am: 979e0246 am: 856a4a95 am: 862b4805 am: 6d03e258

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1843137

Change-Id: Ia1e72f86e8e5c2ec7bc7311d9ae82f0836a79c50
parents d32c1e44 6d03e258
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -278,7 +278,10 @@ public class ConnectivityModuleConnector {
            // This code path is only run by the system server: only the system server binds
            // to the NetworkStack as a service. Other processes get the NetworkStack from
            // the ServiceManager.
            maybeCrashWithTerribleFailure("Lost network stack", mPackageName);
            maybeCrashWithTerribleFailure(
                "Lost network stack. This is not the root cause of any issue, it is a side "
                + "effect of a crash that happened earlier. Earlier logs should point to the "
                + "actual issue.", mPackageName);
        }
    }