Skip to content

Commit 693b08f

Browse files
committed
add INSANE_TRACE_LOGGING
1 parent 68e29fc commit 693b08f

File tree

5 files changed

+137
-0
lines changed

5 files changed

+137
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ 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
89+
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
8890
8991
- name: download the latest JNI debug lib
9092
run: |

0 commit comments

Comments
 (0)