mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 23:51:00 +00:00
Update to 7.1.0 (2090)
This commit is contained in:
parent
e33a2fbedc
commit
1139e12ef1
6026 changed files with 184267 additions and 29250 deletions
|
|
@ -8,12 +8,12 @@ bool callback(const google_breakpad::MinidumpDescriptor &descriptor, void *conte
|
|||
}*/
|
||||
|
||||
extern "C" {
|
||||
void Java_org_telegram_messenger_NativeLoader_init(JNIEnv* env, jobject obj, jstring filepath, jboolean enable) {
|
||||
return;
|
||||
/*if (enable) {
|
||||
const char *path = env->GetStringUTFChars(filepath, 0);
|
||||
google_breakpad::MinidumpDescriptor descriptor(path);
|
||||
exceptionHandler = new google_breakpad::ExceptionHandler(descriptor, NULL, callback, NULL, true, -1);
|
||||
}*/
|
||||
}
|
||||
JNIEXPORT void Java_org_telegram_messenger_NativeLoader_init(JNIEnv* env, jobject obj, jstring filepath, jboolean enable) {
|
||||
return;
|
||||
/*if (enable) {
|
||||
const char *path = env->GetStringUTFChars(filepath, 0);
|
||||
google_breakpad::MinidumpDescriptor descriptor(path);
|
||||
exceptionHandler = new google_breakpad::ExceptionHandler(descriptor, NULL, callback, NULL, true, -1);
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue