Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android: set abort message #81469

Merged
merged 1 commit into from
Apr 11, 2021
Merged

Commits on Apr 9, 2021

  1. android: set abort message

    Android has the ability to supply an abort message [1]. This message is
    automatically included in the debug trace, which helps debugging [2].
    Modify panic_abort to populate this message before calling abort().
    
    [1] https://android.googlesource.com/platform/bionic/+/master/libc/include/android/set_abort_message.h
    [2] https://source.android.com/devices/tech/debug/native-crash
    tweksteen committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    52ee9fb View commit details
    Browse the repository at this point in the history