Skip to content

Commit 21814f9

Browse files
committed
set ORMA_TRACE in correct source file
1 parent b2b87ef commit 21814f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
sed -i -e 's#final static boolean NDK_STDOUT_LOGGING =.*#final static boolean NDK_STDOUT_LOGGING = true;#' android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/MainActivity.java
8787
sed -i -e 's#final static boolean CTOXCORE_NATIVE_LOGGING =.*#final static boolean CTOXCORE_NATIVE_LOGGING = true;#' android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/MainActivity.java
88-
sed -i -e 's#final static boolean ORMA_TRACE =.*#final static boolean ORMA_TRACE = true;#' android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/MainActivity.java
88+
sed -i -e 's#final static boolean ORMA_TRACE =.*#final static boolean ORMA_TRACE = true;#' android-refimpl-app/app/src/main/java/com/zoffcc/applications/sorm/OrmaDatabase.java
8989
sed -i -e 's#final static boolean INSANE_TRACE_LOGGING =.*#final static boolean INSANE_TRACE_LOGGING = true;#' android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/MainActivity.java
9090
9191
- name: download the latest JNI debug lib

0 commit comments

Comments
 (0)