Skip to content

Commit 6a61fd6

Browse files
committed
Add Log.e
1 parent a024e7c commit 6a61fd6

File tree

1 file changed

+4
-0
lines changed
  • studyplus-android-sdk/src/main/java/jp/studyplus/android/sdk/internal/auth

1 file changed

+4
-0
lines changed

studyplus-android-sdk/src/main/java/jp/studyplus/android/sdk/internal/auth/Preference.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ internal class Preference(context: Context) {
2929

3030
if (code != RESULT_CODE_AUTHENTICATED) {
3131
// not authenticated
32+
Log.e(
33+
"StudyplusSDK",
34+
"Your app is not authenticated.",
35+
)
3236
return
3337
}
3438

0 commit comments

Comments
 (0)