Inspector is not launching

I am using Appium 1.4.13 and trying to bring up the Inspector to figure out the screen elements. Appium is not able to get the focused package and activity. It is actually returning ‘io.appium.unlock/.Unlock’ as the package and activity which is currently focused. But, on the Android device, I am actually seeing the screen that I need to analyze. I am not able to figure this one out.

Here is what I see as the final error:
info: [debug] Getting focused package and activity
info: [debug] executing cmd: /Users/rajivravindranathan/Library/Android/sdk/platform-tools/adb -s 0ab59923 shell “dumpsys window windows”
error: com.telmate.odin/.ProfilesActivity never started. Current: io.appium.unlock/.Unlock

I am attaching the logs.appium.log (24.1 KB)