Skip to content

Commit

Permalink
log if the api is unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed May 21, 2024
1 parent 0fbd374 commit 9a772e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ static JNINativeMethod methods[] = {
if (env->RegisterNatives(clazz, methods, 1) != 0) {
// method was not found
clearJNIExceptions();
geode::log::warn("the launcher doesn't support input timestamp api!");
} else {
reportPlatformCapability("timestamp_inputs");
}
Expand Down

0 comments on commit 9a772e6

Please sign in to comment.