Debug log problem

Hi,
I have a problem, I try to get debug log from estimote SDK. And I got this debug log :

03-09 11:32:34.311 3755-3755/com.show.dc E/com-show-dc: at (BeaconService.java:202) [connectBeaconManager]connectBeaconManager
03-09 11:32:34.321 3755-3755/com.show.dc E/BeaconService: initBeacon
03-09 11:32:34.341 3755-3755/com.show.dc I/EstimoteSDK: com.estimote.sdk.service.BeaconService.onCreate:309 Creating service for android version 19
03-09 11:32:34.411 3755-3755/com.show.dc E/BeaconService: connect
03-09 11:32:36.001 3755-3755/com.show.dc E/Ranging Beacon: BeaconID: 13903:1848
03-09 11:32:36.001 3755-3755/com.show.dc E/Ranging Beacon: Beacon UUID: 750a8862-cdb8-cab4-c65b-f6166e36b31c
03-09 11:32:36.011 3755-3755/com.show.dc E/Ranging Beacon: Start Monitoring BeaconID: Region{identifier=750a8862-cdb8-cab4-c65b-f6166e36b31c:13903:1848, proximityUUID=750a8862-cdb8-cab4-c65b-f6166e36b31c, major=13903, minor=1848, secure=false}
03-09 11:32:36.091 3755-3755/com.show.dc E/Monitoring Beacon: onEnteredRegion region_id: 13903:1848
03-09 11:32:36.091 3755-3755/com.show.dc E/Monitoring Beacon: onEnteredRegion uuid: 750a8862-cdb8-cab4-c65b-f6166e36b31c
03-09 11:32:36.091 3755-3755/com.show.dc E/Monitoring Beacon: onEnteredRegion Identifier: 750a8862-cdb8-cab4-c65b-f6166e36b31c:13903:1848
03-09 11:32:36.131 3755-3755/com.show.dc E/com-show-dc: at (IBeaconFrequency.java:63) [canPushIBeaconMessage]data: {}
03-09 11:32:36.141 3755-3755/com.show.dc E/com-show-dc: at (IBeaconFrequency.java:41) [saveFrequencyState]data: {}
03-09 11:32:36.141 3755-3755/com.show.dc E/com-show-dc: at (IBeaconFrequency.java:110) [saveDataIBeaconFrequency]saveDataIBeaconFrequency 3: {"":1489033956152}
03-09 11:32:37.151 3755-3755/com.show.dc E/com-show-dc: at (BeaconService.java:461) [pushAndStoreMessage]currentDate: 09-03-2017 11:32:36
03-09 11:32:37.151 3755-3755/com.show.dc E/com-show-dc: at (BeaconService.java:462) [pushAndStoreMessage]startDate: 08-03-2017 18:31:00
03-09 11:32:37.151 3755-3755/com.show.dc E/com-show-dc: at (BeaconService.java:463) [pushAndStoreMessage]endDate: 10-03-2017 18:31:00
03-09 11:32:37.161 3755-3755/com.show.dc E/com-show-dc: at (BeaconService.java:465) [pushAndStoreMessage]pushAndStoreMessage: ENTER REGION - Test iBeacon message shown weekly_2002 13903:1848

I just want to ask is this debug log from Estimote SDK ? Thanks

All the logs from the Estimote SDK have the tag “EstimoteSDK”.

So for example, this is a log message from our SDK:

03-09 11:32:34.341 3755-3755/com.show.dc I/EstimoteSDK: com.estimote.sdk.service.BeaconService.onCreate:309 Creating service for android version 19

The rest are not (: