Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: Release 4.8.0
-
Fix Version/s: Release 4.9.0
-
Labels:
-
Environment:
Environment:
Appc Studio : 4.8.0.201609191928
Ti SDK : 6.0.0.v20160923122318
Ti CLI : 5.0.9
Alloy : 1.9.1
MAC El Capitan : 10.11.6
Appc NPM : 4.2.8-7
Appc CLI : 6.0.0-48
Node: 4.4.4
-
Story Points:3
-
Sprint:2016 Sprint 25 Studio
Description
Steps to reproduce:
1. In TIMOB-23943 the fix is to have proper logging in the console when an android module is built.
2. Now, package an android module using studio.
3. Observe the studio logs for the module build process.
Actual results:
1. We get the warn & info logs but we do not get any debug logs.
2. If we run the command studio runs from CLI we see the debug logs like
[DEBUG] Running: /Users/lchoudhary/Desktop/androidNDK/android-ndk-r12b/ndk-build TI_MOBILE_SDK=/Users/lchoudhary/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.v20160923122318 NDK_PROJECT_PATH=/Users/lchoudhary/Desktop/workspaces/new_test_workspace/test-and-mod/android/build/generated NDK_APPLICATION_MK=/Users/lchoudhary/Desktop/workspaces/new_test_workspace/test-and-mod/android/build/generated/Application.mk PYTHON=python V=0
|
Expected results:
1. We should see the debug logs in studio as well.