This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
An example of using Spring and Hibernate together to automatically create a HSQLDB in-memory database for testing hibernate mappings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Doxyfile 1.8.0 | |
# This file describes the settings to be used by the documentation system | |
# doxygen (www.doxygen.org) for a project. | |
# | |
# All text after a hash (#) is considered a comment and will be ignored. | |
# The format is: | |
# TAG = value [value, ...] | |
# For lists items can also be appended using: | |
# TAG += value [value, ...] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01-01 00:00:06.507 143-143/? I/vold: Vold 3.0 (the awakening) firing up | |
01-01 00:00:06.508 143-143/? V/vold: Detected support for: ext4 f2fs vfat | |
01-01 00:00:06.518 143-143/? I/vold: [libfs_mgr]fs_mgr_read_fstab_dt(): failed to read fstab from dt | |
01-01 00:00:06.525 143-150/? D/vold: e4crypt_init_user0 | |
01-01 00:00:06.526 143-150/? D/vold: e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 | |
Preparing: /data/system/users/0 | |
01-01 00:00:06.527 143-150/? D/vold: Preparing: /data/misc/profiles/cur/0 | |
Preparing: /data/system_de/0 | |
01-01 00:00:06.528 143-150/? D/vold: Preparing: /data/misc_de/0 | |
01-01 00:00:06.529 143-150/? D/vold: Preparing: /data/user_de/0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ +33 ms] [/Users/fabio.dematos/bin/flutter/] git rev-parse --abbrev-ref --symbolic @{u} | |
[ +46 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} | |
[ ] origin/beta | |
[ ] [/Users/fabio.dematos/bin/flutter/] git rev-parse --abbrev-ref HEAD | |
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD | |
[ ] beta | |
[ ] [/Users/fabio.dematos/bin/flutter/] git ls-remote --get-url origin | |
[ +6 ms] Exit code 0 from: git ls-remote --get-url origin | |
[ ] https://github.com/flutter/flutter.git | |
[ ] [/Users/fabio.dematos/bin/flutter/] git log -n 1 --pretty=format:%H |