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: sdk/mobile-center-crashes/src/androidTest/java/com/microsoft/azure/mobile/crashes/WrapperSdkExceptionManagerAndroidTest.java
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,14 +77,20 @@ class ErrorData {
77
77
}
78
78
}
79
79
80
-
// even after deleting errorA, it should exist in memory - so, we can still load it
80
+
/* Even after deleting errorA, it should exist in memory - so, we can still load it. */
Copy file name to clipboardExpand all lines: sdk/mobile-center-crashes/src/main/java/com/microsoft/azure/mobile/crashes/WrapperSdkExceptionManager.java
+17-18Lines changed: 17 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,15 @@
21
21
publicclassWrapperSdkExceptionManager {
22
22
23
23
/**
24
-
* File extension for data files created by this class.
24
+
* Contains wrapper SDK data that has been loaded into memory
Copy file name to clipboardExpand all lines: sdk/mobile-center-crashes/src/main/java/com/microsoft/azure/mobile/crashes/ingestion/models/Exception.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public class Exception implements Model {
48
48
/**
49
49
* Name of the wrapper SDK that emitted this exception.
50
50
* Consists of the name of the SDK and the wrapper platform,
51
-
* e.g. "mobilecentersdk.xamarin", "hockeysdk.cordova".
51
+
* e.g. "mobilecenter.xamarin", "hockeysdk.cordova".
Copy file name to clipboardExpand all lines: sdk/mobile-center-crashes/src/test/java/com/microsoft/azure/mobile/crashes/WrapperSdkExceptionManagerTest.java
0 commit comments