Skip to content

Commit dd78d46

Browse files
committed
Fix JNI method signature.
Change-Id: I156624e0ac55330f43d9c4d7f15d59f6c529aa0a
1 parent 38796fe commit dd78d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/jni/android_os_SystemClock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static JNINativeMethod gMethods[] = {
137137
(void*) android_os_SystemClock_currentThreadTimeMicro },
138138
{ "currentTimeMicro", "()J",
139139
(void*) android_os_SystemClock_currentTimeMicro },
140-
{ "elapsedRealtimeNano", "()J",
140+
{ "elapsedRealtimeNanos", "()J",
141141
(void*) android_os_SystemClock_elapsedRealtimeNano },
142142
};
143143
int register_android_os_SystemClock(JNIEnv* env)

0 commit comments

Comments
 (0)