You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/src/main/java/com/shimmerresearch/android/shimmerService/ShimmerService.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ public int getFileTypeOrder() {
142
142
}
143
143
}
144
144
145
-
publicFILE_TYPEmLoggingFileType = FILE_TYPE.DAT;
145
+
publicFILE_TYPEmLoggingFileType = FILE_TYPE.CSV;
146
146
147
147
@Override
148
148
publicIBinderonBind(Intentintent) {
@@ -446,7 +446,7 @@ public void handleMsgDataPacket(Message msg) {
0 commit comments