Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public void onCreate(Bundle savedInstanceState) {
mLogMessage = (EditText) findViewById(R.id.message);
mDistributionComments = (LinearLayout) findViewById(R.id.distributionComments);


CustomAttributes attrs = DeployGate.getRuntimeExtra();
attrs.putString("string", "value");
attrs.putInt("int", 123);
Expand Down
2 changes: 0 additions & 2 deletions sdk/src/main/java/com/deploygate/sdk/DeployGate.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ public void onEvent(
}
} else if (DeployGateEvent.ACTION_COLLECT_DEVICE_STATES.equals(action)) {
Uri targetUri = Uri.parse(extras.getString(DeployGateEvent.EXTRA_TARGET_URI_FOR_REPORT_DEVICE_STATES));
Logger.d("collect-device-status event received: %s", targetUri);

ContentValues cv = new ContentValues();

String buildEnvironmentJSON = getBuildEnvironment().getJSONString();
Expand Down