mirror of https://github.com/LeOS-GSI/LeOS-Genesis
7 lines
156 B
Prolog
7 lines
156 B
Prolog
|
-keep class xcrash.NativeHandler {
|
||
|
native <methods>;
|
||
|
void crashCallback(...);
|
||
|
void traceCallback(...);
|
||
|
void traceCallbackBeforeDump(...);
|
||
|
}
|