pure_java_exception_handler.cc 453 B

123456789101112
  1. // Copyright 2017 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/crash/android/pure_java_exception_handler.h"
  5. #include "components/crash/android/jni_headers/PureJavaExceptionHandler_jni.h"
  6. void UninstallPureJavaExceptionHandler() {
  7. Java_PureJavaExceptionHandler_uninstallHandler(
  8. base::android::AttachCurrentThread());
  9. }