Skip to content

Commit

Permalink
Rollback conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslabari committed May 6, 2024
1 parent 2022520 commit bfcd826
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ interface EmbraceAndroidApi extends EmbraceApi {
* the Embrace SDK must be initialized after any other SDK.
*
* @param context an instance of context
* @param isDevMode if true, sets the environment for all sessions to 'Development',
* similar to using a build type with debuggable set to true.
* @param isDevMode if true, and the build type is debuggable, it
* sets the environment for all sessions to 'Development'.
*
*/
void start(@NonNull Context context,
Expand All @@ -49,8 +49,8 @@ void start(@NonNull Context context,
* the Embrace SDK must be initialized after any other SDK.
*
* @param context an instance of context
* @param isDevMode if true, sets the environment for all sessions to 'Development',
* similar to using a build type with debuggable set to true.
* @param isDevMode if true, and the build type is debuggable, it
* sets the environment for all sessions to 'Development'.
*/
void start(@NonNull Context context,
boolean isDevMode,
Expand Down

0 comments on commit bfcd826

Please sign in to comment.