Skip to content

Commit

Permalink
Fix error log
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosinigaglia committed Dec 16, 2024
1 parent e980372 commit dad8d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/it/innove/Peripheral.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public WritableMap asWritableMap() {

map.putMap("advertising", advertising);
} catch (Exception e) { // this shouldn't happen
e.printStackTrace();
Log.e(BleManager.LOG_TAG, "Unexpected error on asWritableMap", e);
}

return map;
Expand Down

0 comments on commit dad8d33

Please sign in to comment.