OSDN Git Service

Fix crash, remove logging added to diagnose bug
authorBobby Georgescu <georgescu@google.com>
Tue, 2 Oct 2012 18:41:25 +0000 (11:41 -0700)
committerBobby Georgescu <georgescu@google.com>
Tue, 2 Oct 2012 18:48:54 +0000 (11:48 -0700)
commit6423defee1d8ccf4d462d40ae4f82c7d73b11ab5
tree595a8d1770c656bcf078569dfaf2e714c3a0a457
parent462923e5800e151ab5ec450063334ba430c1da3a
Fix crash, remove logging added to diagnose bug

Bug: 7216012
LocalMergeAlbum index was not being initialized
in constructor so it was possible to access the
index before it was populated with information.

Change-Id: I7025839b0f3953b827f06c717cff6dc47a15b06c
src/com/android/gallery3d/data/LocalMergeAlbum.java