embrace-android-sdk icon indicating copy to clipboard operation
embrace-android-sdk copied to clipboard

Return an error when configure_reporting fails for Sigquit capture

Open priettt opened this issue 6 months ago • 2 comments

When we called FindClass on SigquitDataSource and it was not found, we were returning 0 as the result of installGoogleAnrHandler. This means we would've logged that Google ANR was correctly installed, but it wouldn't have worked.

This PR fixes that, and also adds a comment in some interface tests that are also testing classes targeted by JNI FindClass

priettt avatar Aug 09 '24 18:08 priettt