Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ sigaction
Class
sigaction
test-app/runtime/src/main/cpp/Runtime.cpp:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
// efficient in older versions
108
if (m_androidVersion > 20) {
109
struct sigaction action;
110
action.sa_handler = SIG_handler;
111
sigaction(SIGABRT, &action, NULL);
112
sigaction(SIGSEGV, &action, NULL);
Callers
1
Init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected