You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build the Envoy-mobile sample app ./bazelw mobile-install //examples/java/hello_world:hello_envoy
Run the app with adb logcat on.
What's expected:
adb prints a crash stack trace.
What happened instead:
No stack trace, only have a general process died log:
09-28 13:10:20.768 1671 5051 I ActivityManager: Process io.envoyproxy.envoymobile.helloenvoy (pid 10684) has died: fg TOP
09-28 13:10:20.768 1671 2379 I libprocessgroup: Successfully killed process cgroup uid 10251 pid 10684 in 0ms
09-28 13:10:20.769 1671 5051 W ActivityTaskManager: Force removing ActivityRecord{f4df7a5 u0 io.envoyproxy.envoymobile.helloenvoy/.MainActivity t64}: app died, no saved state
09-28 13:10:20.771 923 923 I Zygote : Process 10684 exited due to signal 6 (Aborted)
09-28 13:10:20.772 1671 5051 W InputManager-JNI: Input channel object '4b4d0 io.envoyproxy.envoymobile.helloenvoy/io.envoyproxy.envoymobile.helloenvoy.MainActivity (client)' was disposed without first being removed with the input manager!
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
ASSERT(false)
in Envoy, for example at https://github.com/envoyproxy/envoy/blob/main/source/common/upstream/upstream_impl.cc#L920./bazelw mobile-install //examples/java/hello_world:hello_envoy
What's expected:
adb prints a crash stack trace.
What happened instead:
No stack trace, only have a general process died log:
The text was updated successfully, but these errors were encountered: