|
@@ -990,6 +990,11 @@ public class iMapServer extends Service {
|
|
|
if (getStrangerRecordingUserSetting()) {
|
|
|
Log.d(TAG, "[mWallPadNotifyBR] Send BR --> Common.BR_MAIN_NOTI.NOTICE_DETECT_STRANGER");
|
|
|
//거동 수상자 감지 또는 딜레인 경우 처리
|
|
|
+ if(Common.bRecordStatus && !bWallPadCallLive)
|
|
|
+ {
|
|
|
+ Common.bRecordStatus = false;
|
|
|
+ Log.w(TAG, "jglee - [mWallPadNotifyBR] Stranger recording Status Error is Status -> false");
|
|
|
+ }
|
|
|
if(Common.bRecordDelay || Common.bRecordStatus)
|
|
|
{
|
|
|
if(Common.bRecordDelay)
|