Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25880] Hyperloop: Logs should show the actual native class, not "HyperloopClass", debug logs should be hidden

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusResolved
ResolutionFixed
Resolution Date2018-03-22T04:21:18.000+0000
Affected Version/sHyperloop 3.0.3
Fix Version/sHyperloop 3.1.0
ComponentsHyperloop, iOS
Labelsdeveloper-experience
ReporterHans Knöchel
AssigneeHans Knöchel
Created2018-03-18T21:12:28.000+0000
Updated2018-03-22T04:21:18.000+0000

Description

A few things: - We should use proper class description for native classes. This is mainly for the developer experience, because all classes are logged as "HyperloopClass" right now, instead of printing the actual class behind the wrapper. This PR will replace <HyperloopClass: 0x608000072c80> with <NSMutableArray: 0x608000072c80> - Internal logs should be removed from public log level, e.g. \[HYPERLOOP\] didStartNewContext <KrollContext: 0x608000074140>. They do not have any value for a Titanium developer

Comments

No comments

JSON Source