Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ DefaultAborter
Function
DefaultAborter
Bcore/src/main/cpp/android-base/logging.cpp:230–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
void DefaultAborter(const char* abort_message) {
231
#ifdef __ANDROID__
232
android_set_abort_message(abort_message);
233
#else
234
UNUSED(abort_message);
235
#endif
236
abort();
237
}
238
239
240
#ifdef __ANDROID__
Callers
nothing calls this directly
Calls
1
UNUSED
Function · 0.85
Tested by
no test coverage detected